Skip to content

Commit d9804c0

Browse files
Move upload-to-release back to master
1 parent bf9bf5a commit d9804c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
command: build
3434
args: --release --target ${{ matrix.target }}
3535
use-cross: ${{ runner.os == 'Linux' }}
36-
- uses: Shopify/upload-to-release@v2
36+
- uses: Shopify/upload-to-release@master
3737
with:
3838
name: shadowenv-${{ matrix.target }}
3939
path: target/${{ matrix.target }}/release/shadowenv

0 commit comments

Comments
 (0)