Skip to content

fix: sync disk before snapshot (#28) #16

fix: sync disk before snapshot (#28)

fix: sync disk before snapshot (#28) #16

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