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 2aaa363 commit 86a9503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 "{version}=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_STATE
- name: Build
run: ./pack-ext.py ./
- uses: wdzeng/firefox-addon@v1
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"css/style.css",
"js/init.js"
],
"version": "2.1.2",
"version": "2.1.3",
"description": "Improve the workflow on translate.wordpress.org",
"homepage_url": "https://github.com/Mte90/GlotDict",
"manifest_version": 2,
Expand Down

0 comments on commit 86a9503

Please sign in to comment.