diff --git a/.github/workflows/test_tags.yml b/.github/workflows/test_tags.yml deleted file mode 100644 index b9accaf..0000000 --- a/.github/workflows/test_tags.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: - push: - tags: - - 'v*.*.*' -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set env - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - name: Test - run: | - echo $RELEASE_VERSION - echo ${{ env.RELEASE_VERSION }} \ No newline at end of file