Skip to content

Commit

Permalink
- remove now retryable action
Browse files Browse the repository at this point in the history
  • Loading branch information
KinNeko-De committed Aug 3, 2024
1 parent f45c783 commit 2088f7c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,7 @@ jobs:
echo 'SEMANTIC_VERSION: ' $SEMANTIC_VERSION
echo "semantic_version=$SEMANTIC_VERSION" >> $GITHUB_OUTPUT
echo "major_minor_patch=$MAJOR_MINOR_PATCH" >> $GITHUB_OUTPUT
- name: Create semantic versioning git tag
uses: actions/github-script@v7
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/v${{ steps.semantic_version.outputs.semantic_version }}",
sha: context.sha
})
- name: Delete Git Tags
uses: KinNeko-De/[email protected]
with:
Expand Down

0 comments on commit 2088f7c

Please sign in to comment.