Skip to content

Commit

Permalink
hopefully fix build actions (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzan8 committed Sep 5, 2023
1 parent 8159d7f commit 6c690ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
#if: github.ref == 'refs/heads/main' # Cambia questo in base al tuo branch predefinito
#run: ./scripts/jenkins/publish-snapshots.sh

- uses: actions/checkout@v3
- name: Get Latest Tag
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6c690ed

Please sign in to comment.