diff --git a/.github/workflows/gem-publish.yml b/.github/workflows/gem-publish.yml index f146639..67fc5b5 100644 --- a/.github/workflows/gem-publish.yml +++ b/.github/workflows/gem-publish.yml @@ -56,7 +56,7 @@ jobs: id: get-gem-version run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts Twiglet::VERSION')" >> $GITHUB_OUTPUT - name: Create Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }} with: