Skip to content

Merge branch 'master' of github.com:coldbox-modules/s3sdk #9

Merge branch 'master' of github.com:coldbox-modules/s3sdk

Merge branch 'master' of github.com:coldbox-modules/s3sdk #9

Workflow file for this run

# Publish Github Release
name: Github Release
on:
push:
tags:
- v[0-9]+.*
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: taiki-e/[email protected]
with:
# Produced by the build/Build.cfc
changelog: changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}