Skip to content

chore: leave fork network #1

chore: leave fork network

chore: leave fork network #1

Workflow file for this run

name: Versioning
on:
push:
branches:
- main
permissions:
contents: write
jobs:
versioning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Calculate version
id: calculate-version
uses: bitshifted/git-auto-semver@v1
with:
main_branch: main
create_tag: true
tag_prefix: "v"
release:

Check failure on line 27 in .github/workflows/versioning.yml

View workflow run for this annotation

GitHub Actions / Versioning

Invalid workflow file

The workflow is not valid. .github/workflows/versioning.yml (Line: 27, Col: 3): Error calling workflow 'Altinity/transfer/.github/workflows/release.yml@e449feaa1cd9ef7ca714f3b43dd9d93c509282a0'. The nested job 'build-and-push-image' is requesting 'packages: write', but is only allowed 'packages: none'.

Check failure on line 27 in .github/workflows/versioning.yml

View workflow run for this annotation

GitHub Actions / Versioning

Invalid workflow file

The workflow is not valid. .github/workflows/versioning.yml (Line: 27, Col: 3): Error calling workflow 'Altinity/transfer/.github/workflows/release.yml@e449feaa1cd9ef7ca714f3b43dd9d93c509282a0'. The nested job 'build-and-push-image' is requesting 'packages: write', but is only allowed 'packages: none'.
needs: [versioning]
uses: ./.github/workflows/release.yml
secrets: inherit