We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24386ee + 363c966 commit b8d4af4Copy full SHA for b8d4af4
1 file changed
.github/workflows/packaging.yml
@@ -9,18 +9,6 @@ permissions:
9
contents: read
10
11
jobs:
12
- create-branch:
13
- runs-on: ubuntu-latest
14
- permissions:
15
- contents: write
16
- steps:
17
- - uses: actions/checkout@v6
18
- - name: Create new Branch
19
- env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
- run: |
22
- git checkout -b "archive/${{ github.ref_name }}"
23
- git push --set-upstream origin "HEAD:archive/${{ github.ref_name }}"
24
build-firefox:
25
runs-on: ubuntu-latest
26
steps:
0 commit comments