Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamushadenes committed Feb 25, 2025
1 parent c07ca47 commit 1ada60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Create Release

on:
push:
tags:
Expand All @@ -19,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: release

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Versioning
on:
push:
branches:
- release
- main

permissions:
contents: write
Expand All @@ -18,12 +18,11 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
ref: release
- name: Calculate version
id: calculate-version
uses: bitshifted/git-auto-semver@v1
with:
main_branch: release
main_branch: main
create_tag: true
tag_prefix: "v"
release:
Expand Down

0 comments on commit 1ada60e

Please sign in to comment.