Skip to content

Commit 3255906

Browse files
debug job
1 parent 7e57053 commit 3255906

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Extensions
1+
name: Release Extension
22

33
on:
44
push:
@@ -81,3 +81,14 @@ jobs:
8181
GH_TOKEN: ${{ github.token }}
8282
run: |
8383
gh release upload ${{needs.tag.outputs.tag_version}} dist/Firefox.zip
84+
85+
debug:
86+
runs-on: ubuntu-latest
87+
needs: tag
88+
steps:
89+
- name: Checkout repository
90+
uses: actions/checkout@v5
91+
92+
- name: echo version
93+
run: |
94+
echo "version: ${{needs.tag.outputs.tag_version}}"

0 commit comments

Comments
 (0)