diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eb9e0c0..6c48206 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,6 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 - name: Download artifacts uses: actions/download-artifact@v4 with: @@ -75,7 +74,7 @@ jobs: - name: Tag as Continuous Integration if: ${{ !startsWith(github.ref, 'refs/tags/') }} run: | - git tag 'Continuous_Integration' + echo 'Continuous_Integration' >> $GITHUB_REF - name: Create Release uses: softprops/action-gh-release@v2