Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Move latest MajorMinor version tag
uses: EndBug/[email protected].0
uses: EndBug/[email protected].1
with:
ref: v${{ steps.nbgv.outputs.MajorMinorVersion }}
- name: Move latest Major version tag
uses: EndBug/[email protected].0
uses: EndBug/[email protected].1
with:
ref: v${{ steps.nbgv.outputs.VersionMajor }}
- name: Repository dispatch
Expand Down