diff --git a/.github/workflows/semantic-tag.yml b/.github/workflows/semantic-tag.yml index af8c700..eee5f5e 100644 --- a/.github/workflows/semantic-tag.yml +++ b/.github/workflows/semantic-tag.yml @@ -23,7 +23,7 @@ jobs: node-version-file: '.nvmrc' - run: npm install semver - name: Get versions - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: batch env: TAG_NAME: ${{ github.event.release.tag_name }}