diff --git a/.github/workflows/update-urls.yml b/.github/workflows/update-urls.yml deleted file mode 100644 index 6b9edc78d..000000000 --- a/.github/workflows/update-urls.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Update url's - -on: - release: - types: [published] - -jobs: - update-version: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Set RELEASE_VERSION - run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV - - - name: Update download links with new version - run: node updateVersion.js