Skip to content

fix: cloud init (#25) #14

fix: cloud init (#25)

fix: cloud init (#25) #14

Workflow file for this run

name: Publish to edge
on:
push:
branches:
- main
jobs:
publish-to-edge:
name: Publish application
runs-on: [ubuntu-22.04]
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Remove git edge tag
run: |
git tag -d edge && git push origin :refs/tags/edge
- name: Apply new edge tag
run: |
git tag edge && git push origin --tags