From 5260376023c5554e5810fdc05b4ce8ef05af5b5f Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Mon, 8 Apr 2024 17:46:35 +0200 Subject: [PATCH] ci(deploy): switched --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 880f5e3..c8aa751 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 "{version}=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_STATE + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Build run: ./pack-ext.py ./ - uses: wdzeng/firefox-addon@v1