Skip to content

Merge pull request #1547 from aeternity/release/v1.1.2 #4

Merge pull request #1547 from aeternity/release/v1.1.2

Merge pull request #1547 from aeternity/release/v1.1.2 #4

Workflow file for this run

name: release
on:
push:
tags: [ v* ]
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: prd
DEPLOY_APP: ${{ github.event.repository.name }}
DEPLOY_TAG: ${{ github.ref_name }}