mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
build: use proper ref for build action
This commit is contained in:
2
.github/workflows/release-syncthing.yaml
vendored
2
.github/workflows/release-syncthing.yaml
vendored
@@ -56,5 +56,5 @@ jobs:
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: build-syncthing.yaml
|
||||
ref: refs/tags/$NEXT
|
||||
ref: refs/tags/${{ env.NEXT }}
|
||||
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user