Skip to content

Commit

Permalink
Bump version only when action related files are edited (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg authored Jan 6, 2023
1 parent 8c8163e commit b048302
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- closed
branches:
- master
paths:
- 'entrypoint.sh'
- 'action.yml'
- 'Dockerfile'

jobs:
bump-version:
Expand All @@ -18,7 +22,7 @@ jobs:

- name: version-tag
id: tag
uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 alternatvelly we can use v1
uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 as alternative we could use v1
env:
VERBOSE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b048302

Please sign in to comment.