We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433d9aa commit 48c3ff3Copy full SHA for 48c3ff3
.github/workflows/auto-tag.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- - uses: butlerlogic/action-autotag@stable
+ - uses: butlerlogic/action-autotag@1.1.2
14
env:
15
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16
with:
0 commit comments