Skip to content

chore(deps): update actions/checkout action to v6 (#100) #32

chore(deps): update actions/checkout action to v6 (#100)

chore(deps): update actions/checkout action to v6 (#100) #32

Workflow file for this run

name: Release
on:
push:
branches:
- main
- rc/*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- id: token
uses: actions/create-github-app-token@v2
with:
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}
- id: release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
semantic-release-stack-upload
env:
FORCE_COLOR: 1
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: stack-lts-12.26.yaml