Skip to content

Commit b1b34b9

Browse files
authored
Update release.yml
releases require tags, so this can't be automated
1 parent d3c51a5 commit b1b34b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: CI
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
deployment:
75

86
jobs:
9-
build:
7+
deploy:
108

119
runs-on: ubuntu-latest
1210

@@ -16,3 +14,5 @@ jobs:
1614
with:
1715
# Comma-delimited list of path globs for asset files to upload
1816
files: archive_vms.zsh
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)