diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index db1f183..0e5d3be 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -2,7 +2,7 @@ name: Sample Testing on: [workflow_dispatch] env: - VER: 0.1.2 + VER: 0.3.1 jobs: my_job: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 710f44e..0a83b6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6aa2e..24b7be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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](https://stackit-solutions.git.onstackit.cloud/actions/notify/commit/b195a1dcfdd7bf98eaaeb976d08260a2457da317)) + # [0.3.0](https://stackit-solutions.git.onstackit.cloud/actions/notify/compare/v0.2.0...v0.3.0) (2026-04-17) diff --git a/README.md b/README.md index 97d5ff4..c4e8400 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: # ... all your steps - name: Sample Chat Message if: ${{ always() }} # runs als after fails - uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 + uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.3.1 with: title: "[START] sample test (${{ forgejo.run_number }})" author: ${{ forgejo.actor }} diff --git a/action.yml b/action.yml index 7487391..4adf444 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ inputs: runs: using: 'docker' - image: 'docker://stackit-solutions.git.onstackit.cloud/actions/notify-slim:v0.1.2' + image: 'docker://stackit-solutions.git.onstackit.cloud/actions/notify-slim:v0.3.1' # image: 'Dockerfile' args: - ${{ inputs.project }}