Skip to content

release(main): Altinn.Urn 1.0.0 (#5) #12

release(main): Altinn.Urn 1.0.0 (#5)

release(main): Altinn.Urn 1.0.0 (#5) #12

Workflow file for this run

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: release
uses: google-github-actions/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
- name: Log release output
env:
RELEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
run: 'echo "Release output: $RELEASE_OUTPUT"'