Skip to content

fix: bump wrangler from 4.6.0 to 4.7.2 (#116) #56

fix: bump wrangler from 4.6.0 to 4.7.2 (#116)

fix: bump wrangler from 4.6.0 to 4.7.2 (#116) #56

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install Dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release