From 86a95038155bbd99d36ff0bb1695d0363be52fe2 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Mon, 8 Apr 2024 17:44:08 +0200 Subject: [PATCH] ci(deploy): switched --- .github/workflows/deploy.yml | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,