chore(release): 0.3.1 [skip ci]
## [0.3.1](https://stackit-solutions.git.onstackit.cloud/actions/notify/compare/v0.3.0...v0.3.1) (2026-04-17) ### Bug Fixes * pipeline fixes ([b195a1d](b195a1dcfd))
This commit is contained in:
parent
b195a1dcfd
commit
a2d6cf9305
5 changed files with 11 additions and 4 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Sample Testing
|
|||
on: [workflow_dispatch]
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
VER: 0.3.1
|
||||
|
||||
jobs:
|
||||
my_job:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
- '**'
|
||||
|
||||
env:
|
||||
VER: 0.1.2
|
||||
VER: 0.3.1
|
||||
|
||||
# If a 403 error occurs, make sure to set content permission to write
|
||||
# see: https://github.com/go-semantic-release/action/issues/27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue