File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ jobs:
118
118
119
119
- name : Zip Firefox extension
120
120
run : |
121
- git checkout firefox
121
+ git fetch all
122
+ git checkout origin/firefox
122
123
VERSION=${{ needs.check_version.outputs.new_version }}
123
124
zip -r ../signature-sync-firefox-${VERSION}.zip . -x '.*' -x '__MACOSX' -x '*.md'
124
125
@@ -134,15 +135,15 @@ jobs:
134
135
name : signature-sync-firefox
135
136
path : ../signature-sync-firefox-${{ needs.check_version.outputs.new_version }}.zip
136
137
137
- # create_release:
138
- # runs-on: ubuntu-latest
139
- # needs:
140
- # - check_version
141
- # - update_files
142
- # - build_zips
143
- # steps:
144
- # - name: Checkout repository
145
- # uses: actions/checkout@v3
138
+ create_release :
139
+ runs-on : ubuntu-latest
140
+ needs :
141
+ - check_version
142
+ - update_files
143
+ - build_zips
144
+ steps :
145
+ - name : Checkout repository
146
+ uses : actions/checkout@v3
146
147
147
148
# - name: Create GitHub Release
148
149
# id: create_release
You can’t perform that action at this time.
0 commit comments