Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhr-arch committed Sep 15, 2024
1 parent d403dda commit fd2a316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -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
Expand Down

0 comments on commit fd2a316

Please sign in to comment.