Skip to content

Commit

Permalink
ci(nightly): rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Nov 5, 2023
1 parent 0ca1e8d commit d2f73c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Bump manifest version
run: node .github/actions/bump-manifest-version.js
env:
TGT_RELEASE_VERSION: "${{ steps.get_tag.outputs.release_tag }}"
TGT_RELEASE_VERSION: ${{ steps.get_tag.outputs.release_tag }}

- name: Push manifest change
uses: EndBug/add-and-commit@v8
Expand Down

0 comments on commit d2f73c2

Please sign in to comment.