Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Apr 7, 2024
1 parent e799461 commit 81bc6ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const { appendFileSync, readFileSync, writeFileSync } = require("fs");
const { EOL } = require("os");
const { GITHUB_OUTPUT } = process.env;

const GITHUB_REF_NAME = "v5.0.0-alpha.54";
const { GITHUB_OUTPUT, GITHUB_REF_NAME } = process.env;

if (GITHUB_REF_NAME) {
const version = GITHUB_REF_NAME.startsWith("v") ? GITHUB_REF_NAME.slice(1) : GITHUB_REF_NAME;
Expand Down

0 comments on commit 81bc6ae

Please sign in to comment.