diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 6fd71ab..c3b5032 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -80,7 +80,7 @@ jobs: cat checksums.txt - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: Aether Vault CLI ${{ steps.version.outputs.version }} diff --git a/.github/workflows/database-release.yml b/.github/workflows/database-release.yml index 1abc953..4e07252 100644 --- a/.github/workflows/database-release.yml +++ b/.github/workflows/database-release.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v6 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a2ab750..b3c7a68 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -347,7 +347,7 @@ jobs: path: artifacts - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 1dd3532..e7d652b 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -96,7 +96,7 @@ jobs: fi - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.version }} name: Aether Identity GitHub App ${{ steps.version.outputs.version_without_suffix }} diff --git a/.github/workflows/golang-release.yml b/.github/workflows/golang-release.yml index d159141..5455a0d 100644 --- a/.github/workflows/golang-release.yml +++ b/.github/workflows/golang-release.yml @@ -184,7 +184,7 @@ jobs: - name: Create GitHub Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/identity-release.yml b/.github/workflows/identity-release.yml index 20b8ed1..f4c6619 100644 --- a/.github/workflows/identity-release.yml +++ b/.github/workflows/identity-release.yml @@ -612,7 +612,7 @@ jobs: cd .. - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 50d06b8..856d90f 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -128,7 +128,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/php-release.yml b/.github/workflows/php-release.yml index 392f56e..db9584f 100644 --- a/.github/workflows/php-release.yml +++ b/.github/workflows/php-release.yml @@ -79,7 +79,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: Aether Vault PHP SDK ${{ github.ref_name }} diff --git a/.github/workflows/release-server.yml b/.github/workflows/release-server.yml index 9262e82..a12de91 100644 --- a/.github/workflows/release-server.yml +++ b/.github/workflows/release-server.yml @@ -58,7 +58,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: Aether Identity Server Release ${{ steps.version.outputs.version_without_suffix }} diff --git a/.github/workflows/vscode-release.yml b/.github/workflows/vscode-release.yml index 441aeff..3a5caef 100644 --- a/.github/workflows/vscode-release.yml +++ b/.github/workflows/vscode-release.yml @@ -84,7 +84,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: