Skip to content

AWS SDK Consistency Cleanup (#499) #30

AWS SDK Consistency Cleanup (#499)

AWS SDK Consistency Cleanup (#499) #30

Workflow file for this run

name: Release
on:
push:
branches: [master]
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
- name: Fetch all tags
run: git fetch --tags
- uses: actions/setup-node@v4
with:
node-version: 24
- name: Install auto and plugins
run: npm install auto @auto-it/maven
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx auto shipit