Skip to content

Commit ac5d3f0

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 95379d9 + 9288ab5 commit ac5d3f0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
permissions:
1818
contents: write
1919
runs-on: ubuntu-latest
20-
outputs:
21-
buildnumber: ${{ steps.buildnumber.outputs.build_number }}
2220
steps:
2321
- name: Prepare env
2422
shell: bash
@@ -47,12 +45,6 @@ jobs:
4745
with:
4846
name: css-${{env.PLUGIN_NAME}}-${{ env.GITHUB_SHA_SHORT }}
4947
path: addons
50-
51-
- name: Generate build number
52-
id: buildnumber
53-
uses: onyxmueller/build-tag-number@v1
54-
with:
55-
token: ${{secrets.github_token}}
5648

5749
publish:
5850
permissions:
@@ -76,7 +68,7 @@ jobs:
7668
- name: Release
7769
uses: softprops/action-gh-release@v1
7870
with:
79-
tag_name: v${{ needs.build.outputs.buildnumber }}
71+
tag_name: ${{ env.GITHUB_SHA_SHORT }}
8072
files: |
8173
css-${{env.PLUGIN_NAME}}-${{ env.GITHUB_SHA_SHORT }}.zip
8274
body: |

0 commit comments

Comments
 (0)