We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e8bdbe + d12673a commit b87234cCopy full SHA for b87234c
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