Skip to content

Commit f085597

Browse files
committed
update action
1 parent cbbcb46 commit f085597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Rename and Move CRX
3838
id: make_release_files
3939
run: |
40+
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
41+
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
4042
mkdir -p release
4143
mv *.crx release/oasis-proxy-extension.crx
4244
cd dist
4345
zip -r ../release/oasis-proxy-extension.zip .
4446
echo "The latest tag is ${{ github.ref }}"
45-
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
46-
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
4747
4848
- name: Upload Artifact (ZIP)
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)