19 lines
377 B
YAML
Raw Normal View History

name: Release
2021-05-10 16:11:01 +02:00
on: workflow_dispatch
2021-05-10 16:11:01 +02:00
jobs:
2023-03-23 12:56:11 +01:00
release:
if: github.repository == 'moodlemobile/moodleapp'
2021-05-10 16:11:01 +02:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Create release tags
2021-05-10 16:11:01 +02:00
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
run: ./.github/scripts/release.sh