Skip to content

Commit

Permalink
Testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent 6e9cb3f commit 6b1e9ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ jobs:
asset_path: ./wallSync/wallSync
asset_name: wallSync
asset_content_type: application/octet-stream

- name: Recreate latest tag
uses: rickstaa/action-create-tag@v1
id: "re_tag_create"
with:
tag: "latest"
tag_exists_error: false
force_push_tag: true
github_token: ${{ secrets.PAT }}
commit_sha: ${{ steps.auto_commit_action.outputs.commit_hash }}
10 changes: 0 additions & 10 deletions .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ jobs:
tag_exists_error: false
github_token: ${{ secrets.PAT }}
commit_sha: ${{ steps.auto_commit_action.outputs.commit_hash }}

- name: Recreate latest tag
uses: rickstaa/action-create-tag@v1
id: "re_tag_create"
with:
tag: "latest"
tag_exists_error: false
force_push_tag: true
github_token: ${{ secrets.PAT }}
commit_sha: ${{ steps.auto_commit_action.outputs.commit_hash }}
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ require (
)

retract (
v1.0.0 // Published accidentally.
v1.0.0 // Testing github actions
v1.0.1 // Testing github actions
)

0 comments on commit 6b1e9ba

Please sign in to comment.