diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 224356e..880f5e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/manifest.json b/manifest.json index f0ebb3d..a97770d 100644 --- a/manifest.json +++ b/manifest.json @@ -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,