Skip to content

Commit

Permalink
Create release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jun 9, 2023
1 parent 58f360d commit 710b443
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: release

on:

push:

tags: [ v*.*.* ]

jobs:

test:

name: Test

runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v2

- name: Build

run: |
zip -r "code-server-${{ steps.get_version.outputs.version }}.zip" .

0 comments on commit 710b443

Please sign in to comment.