Skip to content

Commit

Permalink
Experimenting with autotagging...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 9, 2024
1 parent 20857d3 commit 69063d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: tag it
run: |
git tag -a "blah" -m "Release blah"
git push origin --tags
#- name: tag it
# run: |
# git tag -a "blah" -m "Release blah"
# git push origin --tags

- uses: actions-ecosystem/action-release-label@v1
id: release-label
Expand Down

0 comments on commit 69063d4

Please sign in to comment.