Skip to content

fix variable not getting value 2 #5

fix variable not getting value 2

fix variable not getting value 2 #5

Workflow file for this run

name: release
on:
push:
branches:
- main
- feat/automatic-release-notes
jobs:
release-to-git:
name: release-to-git
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: release
if: (!failure() && !cancelled())
uses: ./.github/actions/release-to-git
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}