Skip to content

chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.7 (#63) #19

chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.7 (#63)

chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.7 (#63) #19

Workflow file for this run

name: Semantic release
on:
push:
branches:
- main
- beta
workflow_dispatch:
jobs:
release:
name: Semantic release
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "🔐 Generate token"
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.OS_GITHUB_APP_ID }}
private_key: ${{ secrets.OS_GITHUB_APP_PRIVATE_KEY }}
- name: "☁️ Checkout repository"
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
- name: "🚀 Release tag"
id: semantic-release
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
SKIP_NPM_PUBLISH: true
SKIP_DOCKER_PUBLISH: true
uses: open-sauced/release@v2