Skip to content

chore: pin GitHub Actions to commit SHAs (#166) #112

chore: pin GitHub Actions to commit SHAs (#166)

chore: pin GitHub Actions to commit SHAs (#166) #112

Workflow file for this run

# The Licensed Work is (c) 2022 Sygma
# SPDX-License-Identifier: LGPL-3.0-only
name: Create Sygma relayer release
on:
push:
branches:
- main
jobs:
release-please:
name: release
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: go
package-name: release-please-action
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"revert","hidden":true}]'
bootstrap-sha: '05467cdc656e48a5d34989dd57a30a3a93099cfc'