Skip to content

Commit

Permalink
actions++
Browse files Browse the repository at this point in the history
  • Loading branch information
vpenades committed May 20, 2024
1 parent 5919764 commit 1e82e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PublishToGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v4

- name: Define Version at GHENV_PACKAGEVERSION
run: |
chmod +x ./.github/workflows/FormatSemver.sh
Expand Down

0 comments on commit 1e82e37

Please sign in to comment.