diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 59e2df5..d42f1fe 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -44,15 +44,17 @@ uses: actions/download-artifact@v3.0.0 with: path: dist/ - - run: mv identity.yaml dist/ && ls -R dist/ - # - name: GitHub Tag - # id: tag_version - # uses: mathieudutour/github-tag-action@v6.0 - # with: - # github_token: ${{ github.token }} - # - name: Release - # uses: softprops/action-gh-release@v0.1.14 - # with: - # tag_name: ${{ steps.tag_version.outputs.new_tag }} - # body: ${{ steps.tag_version.outputs.changelog }} - # files: dist/* + - name: GitHub Tag + id: tag_version + uses: mathieudutour/github-tag-action@v6.0 + with: + github_token: ${{ github.token }} + default_bump: false + - name: Release + uses: softprops/action-gh-release@v0.1.14 + with: + tag_name: ${{ steps.tag_version.outputs.new_tag }} + body: ${{ steps.tag_version.outputs.changelog }} + files: | + identity.yaml + dist/**/*