Skip to content

Commit

Permalink
ci(deploy): switched
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Apr 8, 2024
1 parent 5260376 commit 3fc09a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Build
run: ./pack-ext.py ./
- uses: wdzeng/firefox-addon@v1
Expand Down

0 comments on commit 3fc09a6

Please sign in to comment.