We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8bdbe commit d12673aCopy full SHA for d12673a
1 file changed
.github/workflows/tag_and_publish.yml
@@ -62,9 +62,9 @@ jobs:
62
add: '["README.md"]'
63
tag:
64
needs: update_badges
65
- uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main
+ uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main
66
secrets:
67
- SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }}
+ repo-token: ${{ secrets.SERVICE_TOKEN }}
68
publish:
69
needs: tag
70
if: true
0 commit comments