Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jul 17, 2024
1 parent efa12ba commit 1291d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: 'installers'
path: installers

# Create or update "latest" tag
# Use Bash shell to create or update "latest" tag
- name: Create or update "latest" tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -119,6 +119,7 @@ jobs:
git tag -f latest
git push origin --tags --force
fi
shell: bash

# Create or update "latest" release
- uses: actions/create-release@master
Expand Down

0 comments on commit 1291d2b

Please sign in to comment.