diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c095ee1..6471483 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ jobs: - name: prepare tag id: prepare_tag run: | - TAGSTAMP=$(date +'%Y.%m.%dv3')-${RUNNER_OS} - echo "TAG=$TAGSTAMP" >> $$GITHUB_ENV + TAGSTAMP=$(date +'%Y.%m.%dv2')-${RUNNER_OS} + echo "TAG=$TAGSTAMP" >> $GITHUB_OUTPUT env: RUNNER_OS: ${{ runner.os }} @@ -32,8 +32,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: $TAG - release_name: Release $TAG + tag_name: ${{ steps.prepare_tag.outputs.TAG }} + release_name: Release ${{ steps.prepare_tag.outputs.TAG }} draft: false prerelease: false @@ -117,4 +117,4 @@ jobs: # uses: actions/upload-artifact@v4 # with: # name: ${{ runner.os }}-all - # path: dist/* + # path: dist/* \ No newline at end of file