Browse Source

actions++

vpenades 1 year ago
parent
commit
1e82e37de0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/PublishToGithub.yml

+ 4 - 0
.github/workflows/PublishToGithub.yml

@@ -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